Contribution org.nuxeo.ecm.automation.server.auth.config--specificChains
In component org.nuxeo.ecm.automation.server.auth.config
org.nuxeo.ecm.automation.server.auth.config
inside nuxeo-automation-server-5.8.jar
This contribution is part of XML component Extension Point
Extension point specificChains of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<specificAuthenticationChain name="Automation">
<urlPatterns>
<url>(.*)/automation.*</url>
</urlPatterns>
<replacementChain>
<plugin>AUTOMATION_BASIC_AUTH</plugin>
<plugin>ANONYMOUS_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
</extension>